projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b91701
)
(global-hi-lock-mode): define-global-minor-mode changed to
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 3 Feb 2007 17:26:01 +0000
(17:26 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 3 Feb 2007 17:26:01 +0000
(17:26 +0000)
define-globalized-minor-mode.
lisp/hi-lock.el
patch
|
blob
|
history
diff --git
a/lisp/hi-lock.el
b/lisp/hi-lock.el
index 26451faf1ceee7103300c310abdb782bdf5b8854..889b13cfa59a50330623a938b67bacf399b39a3c 100644
(file)
--- a/
lisp/hi-lock.el
+++ b/
lisp/hi-lock.el
@@
-347,7
+347,7
@@
versions before 22 use the following in your .emacs file:
(remove-hook 'font-lock-mode-hook 'hi-lock-font-lock-hook t)))
;;;###autoload
-(define-global-minor-mode global-hi-lock-mode
+(define-global
ized
-minor-mode global-hi-lock-mode
hi-lock-mode turn-on-hi-lock-if-enabled
:group 'hi-lock)